Fix another missed moduleInterop

This commit is contained in:
Oliver Blanthorn 2021-04-10 22:47:00 +02:00
parent 3c35f54c5e
commit f6e52656e3
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -92,7 +92,7 @@ import * as TTS from "@src/lib/text_to_speech"
import * as excmd_parser from "@src/parsers/exmode"
import * as escape from "@src/lib/escape"
import * as R from "ramda"
import * as semverCompare from "semver-compare"
import semverCompare from "semver-compare"
/**
* This is used to drive some excmd handling in `composite`.