Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Standardise on cross-spawn for spawning child processes #1115

Merged
merged 1 commit into from
Aug 31, 2015

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Aug 31, 2015

There a known issues with spawn on Windows i.e. nodejs/node-v0.x-archive#2318.
As a work around we sometimes use cross-spawn. We will move all usage of spawn to cross-spawn.

Closes #1015.

There a known issues with `spawn` on Windows i.e. nodejs/node-v0.x-archive#2318.
As a work around we sometimes use
[cross-spawn](https://www.npmjs.com/package/cross-spawn). We will
move all usage of `spawn` to `cross-spawn`.
Closes sass#1015.
@xzyfer xzyfer added this to the next.patch milestone Aug 31, 2015
@xzyfer xzyfer self-assigned this Aug 31, 2015
xzyfer added a commit that referenced this pull request Aug 31, 2015
Standardise on cross-spawn for spawning child processes
@xzyfer xzyfer merged commit 86922c7 into sass:master Aug 31, 2015
@xzyfer xzyfer deleted the feat/crossspawn branch August 31, 2015 13:33
@xzyfer xzyfer modified the milestones: next.patch, v3.3.3 Sep 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant