mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 06:29:03 +08:00
fix(error): Define mapSourcePosition in nylas-env to prevent undefined error
This commit is contained in:
parent
5c8f5e6fd6
commit
e356fd378d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ _ = require 'underscore'
|
|||
{Model} = require 'theorist'
|
||||
fs = require 'fs-plus'
|
||||
{convertStackTrace, convertLine} = require 'coffeestack'
|
||||
{mapSourcePosition} = require 'source-map-support'
|
||||
|
||||
WindowEventHandler = require './window-event-handler'
|
||||
StylesElement = require './styles-element'
|
||||
|
|
Loading…
Reference in a new issue