mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
🔪 Cut typo
This commit is contained in:
@@ -261,7 +261,7 @@ describe('crashReporter module', () => {
|
||||
const reports = crashReporter.getUploadedReports()
|
||||
const lastReport = crashReporter.getLastCrashReport()
|
||||
|
||||
// In our case, the first report is actually the newest\
|
||||
// In our case, the first report is actually the newest
|
||||
assert(lastReport != null)
|
||||
assert(lastReport === reports[0])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user