diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-05-27 12:20:15 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-05-27 12:20:15 -0300 |
commit | 28a8a3764e03f5b00da0c3988ae74d0bda3ed5e7 (patch) | |
tree | 341f15e57c052d4b9f69b09b026d205950f1daff /src/util | |
parent | 19ef6644cc187d750ba9fa1c05e3e891a73d3425 (diff) |
add missing logError import in util file, oops!
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/strings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.js b/src/util/strings.js index c0664351..e749b945 100644 --- a/src/util/strings.js +++ b/src/util/strings.js @@ -1,4 +1,4 @@ -import { logWarn } from './cli.js'; +import { logError, logWarn } from './cli.js'; import { bindOpts } from './sugar.js'; // Localiz8tion time! Or l10n as the neeeeeeeerds call it. Which is a terri8le |