mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 02:19:46 +08:00
fix(err): InspectorFrontendAPI => DevToolsAPI
This commit is contained in:
parent
99f8a81e96
commit
3135e2b339
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ class PreferencesKeymaps extends React.Component {
|
|||
</Flexbox>
|
||||
<p>
|
||||
You can choose a shortcut set to use keyboard shortcuts of familiar email clients.
|
||||
To edit a shortcut, click it in the list below.
|
||||
To edit a shortcut, click it in the list below and enter a replacement on the keyboard.
|
||||
</p>
|
||||
{displayedKeybindings.map(this._renderBindingsSection)}
|
||||
</section>
|
||||
|
|
|
@ -276,7 +276,7 @@ class NylasEnvConstructor
|
|||
jasmine.getEnv().currentSpec.fail(error)
|
||||
else if @inDevMode() and not noWindows
|
||||
@openDevTools()
|
||||
@executeJavaScriptInDevTools('InspectorFrontendAPI.showConsole()')
|
||||
@executeJavaScriptInDevTools('DevToolsAPI.showConsole()')
|
||||
|
||||
@errorLogger.reportError(error, extra)
|
||||
|
||||
|
|
Loading…
Reference in a new issue