Skip to content

Commit 2eb0678

Browse files
committed
fix undef var
1 parent c0338f8 commit 2eb0678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
const { load, currentTarget } = require("@neon-rs/load");
4-
const { familySync, GLIBC } = require("detect-libc");
4+
const { familySync, GLIBC, MUSL } = require("detect-libc");
55

66
// Static requires for bundlers.
77
if (0) {

0 commit comments

Comments
 (0)