fix(core): update

This commit is contained in:
2019-09-05 17:17:33 +02:00
parent fa2a5607c4
commit 4d3df85041
6 changed files with 85 additions and 145 deletions

View File

@ -1,4 +1,4 @@
import open from 'opn';
import open from 'open';
import { ChildProcess } from 'child_process';
export let openUrl = async urlArg => {