Skip to content

Commit

Permalink
Update actions/start.action.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Aug 16, 2023
1 parent d9d08eb commit 106e1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/start.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class StartAction extends BuildAction {
outputFilePath = join(outDirName, entryFile);
}

// resolve to real file path
// Resolve to real file path
outputFilePath = require.resolve(outputFilePath);

let childProcessArgs: string[] = [];
Expand Down

0 comments on commit 106e1a8

Please sign in to comment.