We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4db83 commit d9d08ebCopy full SHA for d9d08eb
actions/start.action.ts
@@ -154,6 +154,9 @@ export class StartAction extends BuildAction {
154
outputFilePath = join(outDirName, entryFile);
155
}
156
157
+ // resolve to real file path
158
+ outputFilePath = require.resolve(outputFilePath);
159
+
160
let childProcessArgs: string[] = [];
161
const argsStartIndex = process.argv.indexOf('--');
162
if (argsStartIndex >= 0) {
0 commit comments