@nasl/cli 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38166,7 +38166,7 @@ async function compile(entry, options) {
38166
38166
  logger.success(`所有文件已输出到: ${outDir}`);
38167
38167
  }
38168
38168
  catch (error) {
38169
- logger.error(`编译失败:\n${error.message}`);
38169
+ logger.error(`编译过程发生错误:\n${error.message}`);
38170
38170
  logger.exit(1);
38171
38171
  }
38172
38172
  return { config, outDir };
@@ -38182,7 +38182,7 @@ async function tryCompile(entry, options) {
38182
38182
  }
38183
38183
  }
38184
38184
 
38185
- var version = "0.2.0";
38185
+ var version = "0.2.1";
38186
38186
  var pkg = {
38187
38187
  version: version};
38188
38188