Skip to content

Commit

Permalink
Merge 0efec9e into 55c18ce
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMotovilov committed Aug 30, 2019
2 parents 55c18ce + 0efec9e commit 3b2ba05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/postcss-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const main = async function main(
server.on('listening', () => {
const handler = () => {
fs.unlinkSync(socketPath); // eslint-disable-line no-sync
server.close();
};

server.on('close', () => {
Expand Down

0 comments on commit 3b2ba05

Please sign in to comment.