We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6812188 commit 6d88a5cCopy full SHA for 6d88a5c
packages/tailwindcss-language-server/src/watcher/index.js
@@ -70,6 +70,7 @@ exports.unsubscribe = (dir, fn, opts) => {
70
function resolve() {
71
// Find most specific flavor first
72
var list = prebuilds[platform + '-' + arch]
73
+ if (!list) return
74
var builds = Object.keys(list)
75
var parsed = builds.map(parseTags)
76
var candidates = parsed.filter(matchTags(runtime, abi))
0 commit comments