Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
df062e18
Commit
df062e18
authored
Aug 22, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests
parent
7477a451
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
cmdInterpreterAPI.js
src/lib/cmdInterpreterAPI.js
+1
-2
No files found.
src/lib/cmdInterpreterAPI.js
View file @
df062e18
...
...
@@ -2,7 +2,6 @@
var
yo
=
require
(
'yo-yo'
)
var
async
=
require
(
'async'
)
var
remixLib
=
require
(
'remix-lib'
)
var
remixCore
=
require
(
'remix-core'
)
var
EventManager
=
remixLib
.
EventManager
var
executionContext
=
require
(
'../execution-context'
)
...
...
@@ -106,7 +105,7 @@ class CmdInterpreterAPI {
}
self
.
d
.
goTo
=
(
row
)
=>
{
if
(
self
.
_deps
.
editor
.
current
())
{
var
breakPoint
=
new
remix
Core
.
code
.
BreakpointManager
(
self
.
d
,
(
sourceLocation
)
=>
{
var
breakPoint
=
new
remix
Lib
.
code
.
BreakpointManager
(
self
.
d
,
(
sourceLocation
)
=>
{
return
self
.
_deps
.
offsetToLineColumnConverter
.
offsetToLineColumn
(
sourceLocation
,
sourceLocation
.
file
,
self
.
_deps
.
compiler
.
lastCompilationResult
.
source
.
sources
)
})
breakPoint
.
event
.
register
(
'breakpointHit'
,
(
sourceLocation
,
currentStep
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment