modality-kit 0.10.2 → 0.10.3
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -222,7 +222,7 @@ class ModalityLogger {
|
|
|
222
222
|
}
|
|
223
223
|
var getLoggerInstance = ModalityLogger.getInstance.bind(ModalityLogger);
|
|
224
224
|
// src/util_error.ts
|
|
225
|
-
var logger = getLoggerInstance("
|
|
225
|
+
var logger = getLoggerInstance("Safe to Handle");
|
|
226
226
|
|
|
227
227
|
class ErrorCode extends Error {
|
|
228
228
|
cause;
|
package/package.json
CHANGED