Skip to content

Commit 2b101ff

Browse files
committed
refactor: mark property initial value as undefined
1 parent 47a225d commit 2b101ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpServer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { logger as uiLogger } from '@poppinss/cliui'
1717
* dies.
1818
*/
1919
export class HttpServer extends Emittery {
20-
private childProcess: execa.ExecaChildProcess
20+
private childProcess?: execa.ExecaChildProcess
2121
private nodeArgs: string[] = []
2222

2323
constructor(

0 commit comments

Comments
 (0)