Commit 1981c43c authored by Paul Slaughter's avatar Paul Slaughter

Fix missing semicolon

parent b1db4054
...@@ -9,7 +9,7 @@ const TIMEOUT = 5000; ...@@ -9,7 +9,7 @@ const TIMEOUT = 5000;
class NoopCompiler { class NoopCompiler {
constructor() { constructor() {
this.enabled = false this.enabled = false;
} }
filterEntryPoints(entryPoints) { filterEntryPoints(entryPoints) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment