Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9bdff54

Browse files
rafecaAerijo
andauthored
🔥 return
Co-Authored-By: Aerijo <bengray178@gmail.com>
1 parent e411b4d commit 9bdff54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snippets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = {
123123

124124
loadUserSnippets (callback) {
125125
const userSnippetsPath = this.getUserSnippetsPath()
126-
return fs.stat(userSnippetsPath, (error, stat) => {
126+
fs.stat(userSnippetsPath, (error, stat) => {
127127
if (stat != null && stat.isFile()) {
128128
this.loadSnippetsFile(userSnippetsPath, snippets => {
129129
const result = {}

0 commit comments

Comments
 (0)