From 78994665ce82d001b488f0627d2c48886ed3ee72 Mon Sep 17 00:00:00 2001 From: steven nguyen Date: Mon, 8 Nov 2021 07:16:14 -0600 Subject: [PATCH] Fix #128 I'm not actually sure if this will work since I'm not that familiar with the project --- lib/js-hyperclick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/js-hyperclick.js b/lib/js-hyperclick.js index 78a0f6c..bc1c048 100644 --- a/lib/js-hyperclick.js +++ b/lib/js-hyperclick.js @@ -7,7 +7,7 @@ import createDebug from "debug" import { CompositeDisposable } from "atom" import { Range as AtomRange } from "atom" -import shell from "shell" +import { shell } from "electron" import makeCache from "./make-cache" import { buildSuggestion, findDestination, resolveModule } from "./core" import fs from "fs"