mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Rename lots of reference from old to new repo
This commit is contained in:
committed by
TheMas3212
parent
cb45034a24
commit
af1a1ac58d
@@ -52,7 +52,7 @@ export interface IErrorData {
|
||||
issueUrl: string;
|
||||
}
|
||||
|
||||
export const newIssueUrl = `https://github.com/danielyxie/bitburner/issues/new`;
|
||||
export const newIssueUrl = `https://github.com/bitburner-official/bitburner-src/issues/new`;
|
||||
|
||||
function getErrorMetadata(error: Error, errorInfo?: React.ErrorInfo, page?: Page): IErrorMetadata {
|
||||
const isElectron = navigator.userAgent.toLowerCase().indexOf(" electron/") > -1;
|
||||
|
||||
Reference in New Issue
Block a user