From 9149f77a372ec4b79bae5676f3253b6e340205c2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 24 May 2019 19:04:16 +0300 Subject: [PATCH] fix(select-by-pattern) crash --- client/dom/select-by-pattern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dom/select-by-pattern.js b/client/dom/select-by-pattern.js index b64a77dd..eec89bb4 100644 --- a/client/dom/select-by-pattern.js +++ b/client/dom/select-by-pattern.js @@ -8,7 +8,7 @@ const { prompt, } = require('./dialog'); -const {DOM} = require('.'); +const DOM = require('.'); module.exports = async (msg, files) => { if (!files)