Skip to content

Commit 07cff78

Browse files
committed
Log to client if forking goes wrong
1 parent a3eda93 commit 07cff78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/overmind/namespaces/editor/internalActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ export const forkSandbox: AsyncAction<{
317317
effects.notificationToast.success('Forked sandbox!');
318318
effects.router.updateSandboxUrl(forkedSandbox);
319319
} catch (error) {
320+
console.error(error);
320321
effects.notificationToast.error('Sorry, unable to fork this sandbox');
321322
}
322323

0 commit comments

Comments
 (0)