Skip to content

Commit

Permalink
1499: fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
simschla committed Jan 25, 2023
1 parent 46d370d commit 012e4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected void assertNodeServerDirReady() throws IOException {
}

protected boolean needsPrepareNodeServer() {
return this.nodeServerLayout.isNodeModulesPrepared();
return !this.nodeServerLayout.isNodeModulesPrepared();
}

protected boolean needsPrepareNodeServerLayout() {
Expand Down

0 comments on commit 012e4ae

Please sign in to comment.