diff --git a/apps/sparo-lib/src/cli/commands/pull.ts b/apps/sparo-lib/src/cli/commands/pull.ts index 39aa511..2bc44d5 100644 --- a/apps/sparo-lib/src/cli/commands/pull.ts +++ b/apps/sparo-lib/src/cli/commands/pull.ts @@ -74,7 +74,7 @@ export class PullCommand implements ICommand { if (pullProcess.status !== 0) { // Pull failed - throw new Error('"git pull" operation failed'); + throw new Error(`"git pull" operation failed (exit code ${pullProcess.status})`); } // check whether profile exist in local branch