Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
3d330c00
Commit
3d330c00
authored
Aug 24, 2014
by
Andrew Nesbitt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #366 from am11/master
Code: Rescue from Segmentation Fault (#361)
parents
e5484342
adb6baf6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
binding.cpp
binding.cpp
+4
-0
No files found.
binding.cpp
View file @
3d330c00
...
@@ -82,6 +82,10 @@ void FillStatsObj(Handle<Object> stats, sass_file_context* ctx) {
...
@@ -82,6 +82,10 @@ void FillStatsObj(Handle<Object> stats, sass_file_context* ctx) {
Handle
<
Value
>
source_map
;
Handle
<
Value
>
source_map
;
FillStatsObj
<
sass_file_context
*>
(
stats
,
ctx
);
FillStatsObj
<
sass_file_context
*>
(
stats
,
ctx
);
if
(
ctx
->
error_status
)
{
return
;
}
if
(
ctx
->
options
.
source_comments
==
SASS_SOURCE_COMMENTS_MAP
)
{
if
(
ctx
->
options
.
source_comments
==
SASS_SOURCE_COMMENTS_MAP
)
{
source_map
=
NanNew
<
String
>
(
ctx
->
source_map_string
);
source_map
=
NanNew
<
String
>
(
ctx
->
source_map_string
);
}
else
{
}
else
{
...
...
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