updated dev script
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 29s
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 29s
This commit is contained in:
@@ -412,7 +412,7 @@ class Writer {
|
||||
`-- This script can be referenced in DCS. Compiled script will then be loaded dynamically.`,
|
||||
`-- This way you can test the compiled output without having to re-import the script into the mission every time.`,
|
||||
`-- This file will only have to be re-imported when the name or location of the compiled script file changes.`,
|
||||
`assert(loadfile("${actualFileLocation}"))()`
|
||||
`assert(loadfile([[${actualFileLocation}]]))()`
|
||||
];
|
||||
fs.writeFileSync(devFileLocation, devLines.join('\n'), 'utf-8');
|
||||
this.logger.info(`Development script written to ${devFileLocation}`);
|
||||
|
||||
Reference in New Issue
Block a user