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.
2 parents 671e5d4 + 106e1a8 commit f5f2d44Copy full SHA for f5f2d44
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