fix(core): update

This commit is contained in:
2019-06-04 11:25:51 +02:00
parent 67b0d0bd37
commit 42e6898dc5
4 changed files with 461 additions and 194 deletions

View File

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