Skip to content

Commit fd06363

Browse files
committed
environment can also be undefined
1 parent f8b44e7 commit fd06363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commander.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export class Commander {
224224

225225
for (const job of preScripts.successful) {
226226
const e = job.environment;
227-
if (e === null) {
227+
if (e == null) {
228228
continue;
229229
}
230230
let res;

0 commit comments

Comments
 (0)