Skip to content

Commit

Permalink
enable precompile for FileWatching
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Nov 25, 2017
1 parent 9434518 commit e54d42b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/FileWatching/src/FileWatching.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

__precompile__(true)

"""
Utilities for monitoring files and file descriptors for events.
"""
Expand Down

0 comments on commit e54d42b

Please sign in to comment.