aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/webpack.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpack/webpack.ts')
-rw-r--r--src/webpack/webpack.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts
index b8f10e4..64e2310 100644
--- a/src/webpack/webpack.ts
+++ b/src/webpack/webpack.ts
@@ -18,7 +18,7 @@ export const filters = {
if (!s.includes(c)) return false;
}
return true;
- }
+ },
};
export const subscriptions = new Map<FilterFn, CallbackFn>();