Skip to content

Commit 106e1a8

Browse files
Update actions/start.action.ts
1 parent d9d08eb commit 106e1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/start.action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class StartAction extends BuildAction {
154154
outputFilePath = join(outDirName, entryFile);
155155
}
156156

157-
// resolve to real file path
157+
// Resolve to real file path
158158
outputFilePath = require.resolve(outputFilePath);
159159

160160
let childProcessArgs: string[] = [];

0 commit comments

Comments
 (0)