From ae992f38646b04fea99d1f396a1e40384cbb139e Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 19 Nov 2019 15:59:14 +0100 Subject: [PATCH] more --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 61d771b..c1eabfe 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const path = require('path') const { exec } = require('child_process') const Nanoresource = require('nanoresource') -const { beforeMount, beforeUnmount, configure, unconfigure, isConfigured } = require('fuse-shared-library-darwin') +const { beforeMount, beforeUnmount, configure, unconfigure, isConfigured } = require('fuse-shared-library-darwin-debug') const binding = require('node-gyp-build')(__dirname)