strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
parent
4ee40c3345
commit
987168b863
214 changed files with 939 additions and 785 deletions
|
@ -44,7 +44,7 @@ function greet() {
|
|||
export async function masterMain() {
|
||||
greet();
|
||||
|
||||
let config: Config;
|
||||
let config!: Config;
|
||||
|
||||
try {
|
||||
// initialize app
|
||||
|
|
|
@ -15,6 +15,6 @@ export async function workerMain() {
|
|||
|
||||
if (cluster.isWorker) {
|
||||
// Send a 'ready' message to parent process
|
||||
process.send('ready');
|
||||
process.send!('ready');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue