You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("handleTurnChange: now forking and editing gist "+gameState.currentGist.id);
307
+
console.log("handleTurnChange: now forking and editing gist "+gameState.currentGist.id+" owned by "+gameState.currentGist.owner+"(on behalf of player "+previousPlayer.login+")");
console.log("handleTurnChange: now editing gist "+gameState.currentGist.id);
312
+
console.log("handleTurnChange: now editing gist "+gameState.currentGist.id+" owned by "+gameState.currentGist.owner+"(on behalf of player "+previousPlayer.login+")");
311
313
}
312
314
}
313
315
}
@@ -562,13 +564,15 @@ function forkAndEditGist(gistId, codeEditorContent) {
0 commit comments