@checksum-ai/runtime 1.1.7 → 1.1.9
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/.DS_Store +0 -0
- package/checksumlib.js +3 -3
- package/cli.js +37 -37
- package/index.js +108 -108
- package/package.json +1 -1
- package/scripts/patch.js +2 -2
package/package.json
CHANGED
package/scripts/patch.js
CHANGED
|
@@ -272,10 +272,10 @@ for (const projectPath of projectPaths) {
|
|
|
272
272
|
channelOwner(projectPath);
|
|
273
273
|
}
|
|
274
274
|
} else {
|
|
275
|
-
console.warn("Project path not found", projectPath);
|
|
275
|
+
// console.warn("Project path not found", projectPath);
|
|
276
276
|
}
|
|
277
277
|
} catch (e) {
|
|
278
|
-
|
|
278
|
+
// ignore
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
|