@rubytech/taskmaster 1.17.13 → 1.17.14
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.
package/dist/build-info.json
CHANGED
|
@@ -274,7 +274,7 @@ export function discoverTaskmasterPlugins(params) {
|
|
|
274
274
|
}
|
|
275
275
|
else {
|
|
276
276
|
diagnostics.push({
|
|
277
|
-
level: "
|
|
277
|
+
level: "info",
|
|
278
278
|
message: `bundled extensions dir not found at ${bundled.resolvedPath ?? "unknown"}`,
|
|
279
279
|
source: "bundled-dir",
|
|
280
280
|
});
|