Skip to content

Commit

Permalink
Issue bertramdev#287: Ignore reloading errors for native library
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Long committed Dec 10, 2021
1 parent a4a0c29 commit 8be1255
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class SassProcessor extends AbstractProcessor {
boolean isDeploy(JSRuntimeType jsRuntimeType) {
return false
}

@Override
boolean isSuppressingError(JSRuntimeType jsRuntimeType) {
return true
}
})
}

Expand Down

0 comments on commit 8be1255

Please sign in to comment.