Skip to content

Commit 9fe6729

Browse files
committed
Update document with electron version 🍵
1 parent 98296bf commit 9fe6729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/native-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Open the dev tools with `alt-cmd-i`
77
* Evaluate `process.versions.electron` in the console.
88
* Based on this version, download the appropriate Electron symbols from the [releases](https://github.com/atom/electron/releases) page.
9-
* The file name should look like `electron-v0.X.Y-darwin-x64-dsym.zip`.
9+
* The file name should look like `electron-v1.X.Y-darwin-x64-dsym.zip`.
1010
* Decompress these symbols in your `~/Downloads` directory.
1111
* Now create a time profile in Instruments.
1212
* Open `Instruments.app`.

0 commit comments

Comments
 (0)