isomorphic-git 1.38.2 → 1.38.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/index.cjs +3 -3
- package/index.js +3 -3
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/managers/index.cjs +1 -1
- package/managers/index.js +1 -1
- package/managers/index.umd.min.js +1 -1
- package/managers/index.umd.min.js.map +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -402,7 +402,7 @@ class InternalError extends BaseError {
|
|
|
402
402
|
*/
|
|
403
403
|
constructor(message) {
|
|
404
404
|
super(
|
|
405
|
-
`An internal error caused this command to fail.\n\nIf you're
|
|
405
|
+
`An internal error caused this command to fail.\n\nIf you're using an application that depends on isomorphic-git, please report this error to that application's developers.\n\nIf you're a developer and you believe this is a bug in isomorphic-git, please file an issue at https://github.com/isomorphic-git/isomorphic-git/issues with a minimal reproduction, version and environment details, and this error message: ${message}`
|
|
406
406
|
);
|
|
407
407
|
this.code = this.name = InternalError.code;
|
|
408
408
|
this.data = { message };
|
|
@@ -9350,8 +9350,8 @@ function filterCapabilities(server, client) {
|
|
|
9350
9350
|
|
|
9351
9351
|
const pkg = {
|
|
9352
9352
|
name: 'isomorphic-git',
|
|
9353
|
-
version: '1.38.
|
|
9354
|
-
agent: 'git/isomorphic-git@1.38.
|
|
9353
|
+
version: '1.38.3',
|
|
9354
|
+
agent: 'git/isomorphic-git@1.38.3',
|
|
9355
9355
|
};
|
|
9356
9356
|
|
|
9357
9357
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -395,7 +395,7 @@ class InternalError extends BaseError {
|
|
|
395
395
|
*/
|
|
396
396
|
constructor(message) {
|
|
397
397
|
super(
|
|
398
|
-
`An internal error caused this command to fail.\n\nIf you're
|
|
398
|
+
`An internal error caused this command to fail.\n\nIf you're using an application that depends on isomorphic-git, please report this error to that application's developers.\n\nIf you're a developer and you believe this is a bug in isomorphic-git, please file an issue at https://github.com/isomorphic-git/isomorphic-git/issues with a minimal reproduction, version and environment details, and this error message: ${message}`
|
|
399
399
|
);
|
|
400
400
|
this.code = this.name = InternalError.code;
|
|
401
401
|
this.data = { message };
|
|
@@ -9337,8 +9337,8 @@ function filterCapabilities(server, client) {
|
|
|
9337
9337
|
|
|
9338
9338
|
const pkg = {
|
|
9339
9339
|
name: 'isomorphic-git',
|
|
9340
|
-
version: '1.38.
|
|
9341
|
-
agent: 'git/isomorphic-git@1.38.
|
|
9340
|
+
version: '1.38.3',
|
|
9341
|
+
agent: 'git/isomorphic-git@1.38.3',
|
|
9342
9342
|
};
|
|
9343
9343
|
|
|
9344
9344
|
class FIFO {
|