We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7522e68 commit 1e24d2aCopy full SHA for 1e24d2a
src/lualib-build/plugin.ts
@@ -142,7 +142,6 @@ class LuaLibPlugin implements tstl.Plugin {
142
const exports = this.featureExports.get(feature);
143
if (!exports) {
144
diagnostics.push(lualibDiagnostic(`Missing file for lualib feature: ${feature}`));
145
- console.error(`Missing file for lualib feature: ${feature}`);
146
continue;
147
}
148
const dependencies = this.featureDependencies.get(feature);
0 commit comments